github.com/klauspost/compress/zstd.blockDec.checkCRC (field)

5 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L83: 	checkCRC uint32
		decoder.go#L471: 		if got != next.d.checkCRC {
		decoder.go#L473: 				printf("CRC Check Failed: %08x (got) != %08x (on stream)\n", got, next.d.checkCRC)
		decoder.go#L918: 					dec.checkCRC = binary.LittleEndian.Uint32(crc)
		decoder.go#L921: 						printf("found crc to check: %08x\n", dec.checkCRC)